home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / bigarr / bigarry2.tuk < prev    next >
INI File  |  1995-01-10  |  917b  |  31 lines

  1. [BigDiskArray]
  2.  
  3. 0=An error (~) has occured when attempting to close array ~.
  4.  
  5. ;succesfully initialization of the specified array
  6. IS=Big array of ~, success (file ~, size ~, ~ ms)
  7.  
  8. ;failed initialization of the specified array
  9. IF=Big array of ~, fail (errcode ~)
  10.  
  11. ;message for saved values
  12. SV=[~] Put value '~' in (r:~, c:~, s:~).   (offset ~, ~ ms)
  13.  
  14. ;message for readed values
  15. RV=[~] Get value in (r:~, c:~, s:~) is '~'.   (offset ~, ~ ms)
  16.  
  17. [caption]
  18.  
  19. frmBig1='BIG DISK ARRAY' Demonstration (part 2)
  20.  
  21. Command1(0)=&Integer
  22. Command1(1)=&Long
  23. Command1(2)=&Single
  24. Command1(3)=&Double
  25. Command1(4)=&Fixed string
  26. Command1(5)=&Type'd
  27.  
  28. Label1(0)=&Initialization status
  29. Label1(1)=&Writing 30 random data in random place in (r, c, s) for (row, col, sheet)
  30. Label1(2)=&Read the 30 random data in (r, c, s) for (row, col, sheet)
  31. Label1(3)=&Select one of the following variable type to perform the test